ComponentOne ASP.NET MVC Controls
Step Method (GaugeBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : Step Method
The value.
Configurates C1.Web.Mvc.Gauge.Step. Sets the amount to add or subtract to the value property when the user presses the arrow keys.
Syntax
'Declaration
 
Public Function Step( _
   ByVal value As Double _
) As TBuilder
public TBuilder Step( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members